projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10601b8
)
Don't call deprecated combobox api
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 5 Sep 2013 22:45:16 +0000
(18:45 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 5 Sep 2013 22:51:04 +0000
(18:51 -0400)
gtk_combo_box_set_title is not needed anymore, since we
dropped the tearoff support.
tests/testcombo.c
patch
|
blob
|
history
diff --git
a/tests/testcombo.c
b/tests/testcombo.c
index 24253880b4211b7f24b438f4cec208f74837eb30..f16639cd077b3eb79f0487d3a705d82ac7ede20f 100644
(file)
--- a/
tests/testcombo.c
+++ b/
tests/testcombo.c
@@
-1190,7
+1190,6
@@
main (int argc, char **argv)
is_separator, NULL, NULL);
gtk_combo_box_set_active (GTK_COMBO_BOX (combobox), 0);
- gtk_combo_box_set_title (GTK_COMBO_BOX (combobox), "Dynamic list");
/* GtkComboBox custom entry */
tmp = gtk_frame_new ("GtkComboBox (custom)");